home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / commercial / blue_ribbon / patchmeister / help / driver_filesize < prev    next >
Text File  |  1994-11-17  |  1KB  |  21 lines

  1. If you are working on a sysex type that returns one (1) sysex packet,
  2. this string gadget stores the LENGTH of that -entire- SYSEX FILE,
  3. including the header and trailer portions of the file.
  4.  
  5. If you are working on a bank that gets and sends its items one at a
  6. time, this string gadget stores the -entire- LENGTH of one (1) item,
  7. including its header and trailer.
  8.  
  9. If you are working on a sysex type that returns multiple sysex packets,
  10. things work a little differently.  The PatchMeister will strip out all
  11. headers and trailers with the exception of the first header and the
  12. last trailer.  This string gadget should store the total sum of all
  13. data portions plus one (1) header and one (1) trailer.
  14.  
  15.  
  16. *  This string gadget will always display a decimal numeric value.   *
  17. *  If you wish to enter a hexadecimal value, simply key the letter   *
  18. *  'H' after the number.  The hexidecimal number will automatically  *
  19. *  be converted to display as decimal;  i.e.  1aH, 23h, 4FH will be  *
  20. *  considered hexidecimal values and will be converted to decimal.   *
  21.